home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_542 / frame_5 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  928 b   |  35 lines

  1. setProperty("p" + _root.potrawa1, _X, -50);
  2. setProperty("p" + _root.potrawa1, _Y, -70);
  3. setProperty("p" + _root.potrawa2, _X, 5);
  4. setProperty("p" + _root.potrawa2, _Y, -70);
  5. if(_root.poziom >= 2)
  6. {
  7.    setProperty("p" + _root.potrawa3, _X, 60);
  8.    setProperty("p" + _root.potrawa3, _Y, -70);
  9. }
  10. if(_root.poziom >= 3)
  11. {
  12.    setProperty("p" + _root.potrawa4, _X, 115);
  13.    setProperty("p" + _root.potrawa4, _Y, -70);
  14. }
  15. if(_root.poziom >= 7)
  16. {
  17.    setProperty("p" + _root.potrawa5, _X, 170);
  18.    setProperty("p" + _root.potrawa5, _Y, -70);
  19. }
  20. if(_root.poziom >= 8)
  21. {
  22.    setProperty("p" + _root.potrawa6, _X, 225);
  23.    setProperty("p" + _root.potrawa6, _Y, -70);
  24. }
  25. if(_root.poziom >= 9)
  26. {
  27.    setProperty("p" + _root.potrawa7, _X, 280);
  28.    setProperty("p" + _root.potrawa7, _Y, -70);
  29. }
  30. if(_root.poziom >= 10)
  31. {
  32.    setProperty("p" + _root.potrawa8, _X, 335);
  33.    setProperty("p" + _root.potrawa8, _Y, -70);
  34. }
  35.